home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 8 (Internal Edition)
/
Apple R&P Lib Internal v8.0.iso
/
3-Presentations
/
Service⁄Support⁄Training
/
Self-Paced Training
/
Macintosh LC Training
/
Macintosh LC Training⁄C
/
Macintosh LC Training_C
/
stack_-1.xml
< prev
next >
Wrap
Extensible Markup Language
|
1990-06-24
|
25KB
|
142 lines
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>114</cardCount>
<cardID>6268</cardID>
<listID>56252</listID>
<cantModify><true /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>640</width>
<height>480</height>
</cardSize>
<script>--—————————————————————————————————————————————————————————————————————-- Script of Stack "Macintosh LC Color"-- Copyright © 1990 by Apple Computer, Inc.-- Main (large) stack for the October ’90 ATS stacks--—————————————————————————————————————————————————————————————————————-- Produced by Tom Hudson in Apple Training Support-- Written by Mimi Jones-- Design and Construction by Chuck Walker---- Globals: mapLocLC, completeLC, footprintsLC, prefsStack,-- ATSUserName, whatSound-- Handlers: openStack, closeStack, suspendStack, closeBackground,-- openCard, fieldLink, makeAMark, checkCompletion,-- doStackHelp, noFunction, returnTo, showMenu,-- menuNavigation, showMarker, goMark, showPrinting,-- doPrinting, directorMovie, colorPict, playSound,-- doMenu, returnKey, arrowKey, enterKey-- (note: resources are installed in this stack)-- Fonts: AplGaram 16, 24, 48;-- B AplGaram Bold 16, 24;-- CL Futura CondensedLight 12, 14;-- CB Futura CondensedBold 12;-- XCMDs: DrawPict--—————————————————————————————————————————————————————————————————————on openStack-- place the window in the center of the screenget the screenRectput (item 3 of it / 2) - 320 into windLput (item 4 of it / 2) - 240 into windTset the rect of card window to windL,windT,windL + 640,windT + 480hide menuBarhide message windowhide tool windowhide pattern windowhide scroll windowhide groupsend openStack-- close any open paletteson closeStackif there is a window "mainMenu" then close window "mainMenu"if there is a window "markerMenu" then close window "markerMenu"if there is a window "printMenu" then close window "printMenu"end closeStack-- close any open paletteson suspendStackif there is a window "mainMenu" then close window "mainMenu"if there is a window "markerMenu" then close window "markerMenu"if there is a window "printMenu" then close window "printMenu"end suspendStack-- keep track of the most recent location for the stack mapon closeBackgroundglobal mapLocLC, footprintsLC, completeLCif the short name of this bg ≠ "Stack Map" thenput the short name of this bg into mapLocLCif completeLC = "done" then exit closeBackgroundif the short name of this bg is not in footprintsLC thenput mapLocLC into whatSectionput the number of this bg into sectionNumput the number of cards of this bg into howManyCardscheckCompletion whatSection,sectionNum,howManyCardsend ifend ifend closeBackground-- is this section complete?on checkCompletion whatSection,sectionNum,howManyCardsglobal completeLC, footprintsLCset cursor to busyput 0 into theCountput sectionNum & "•" into theSectionif theSection is in completeLC thenrepeat with x = 1 to the number of items in completeLCif theSection is in item x of completeLC then ¬put theCount + 1 into theCountend repeatif theCount > howManyCards - 1 thenput whatSection & "," after footprintsLCend ifend ifend checkCompletionon openCardglobal completeLC, markedLCif there is a bg button "cardMark" thenif the short name of this card is in markedLC thenset the icon of bg button "cardMark" to "checkedBox"elseset the icon of bg button "cardMark" to "emptyBox"end ifend ifif completeLC ≠ "done" thenput the number of this bg & "•" & ¬the short name of this card into tempif temp is not in completeLC thenput the number of this bg & "•" & ¬the short name of this card & "," after completeLCend ifend ifput the number of this card into word 2 of field "cardNo"put the number of cards into word 4 of field "cardNo"if there is a button "picture" thenset cursor to watchsend "mouseUp" to button "picture"end ifend openCardon idleif there is a window "waitDLOG" then close window "waitDLOG"end idle--—————————————————————————————————————————————————————————————————————-- stack housekeeping scripts —————————————————————————————————————————on returnTopop card into lastPushif the short name of this stack is not in lastPush thenvisual iris close fastgo card "Stack Map"elsevisual iris close fastgo lastPushend ifend returnTo-- handler for grayed out buttonson noFunctionanswer "When a button is gray and has no icon, it means that option is not available."¬& return & return & "Click a button with an icon in it."¬with "Help" or "OK"if it is "Help" then doStackHelp grayend noFunction-- handler for text links-- if the result is "notfound" then doStackGlossary whattoFindon fieldLinkif the textStyle of the clickChunk is "bold,group" or ¬the textStyle of the clickChunk is "bold" thenput the clickText into whatToFindif "*" is in whatToFind thendelete char length(whatToFind) of whatToFinddoStackGlossary whatToFindelsepush cardlock screenset lockMessages to truefind whole whatToFind in field "subHead"unlock screen with visual iris open fastsend "openCard" to this cardend ifend ifend fieldLinkon indexLinkhide msgpush cardlock screenif the textStyle of the clickChunk is group thenput the clickText into whatToFindset lockMessages to truefind string whatToFind in bg field "indexword"unlock screen with visual iris open fastsend "openCard" to this cardend ifend indexLink-- handler to mark/unmark cards in a locked stackon makeAMark checkglobal completeLC, markedLCif there is not a bg button "cardMark" then exit makeAMarkif check = "on" thenif the short name of this card is not in markedLC thenput the short name of this card & "," after markedLCset the icon of bg button "cardMark" to "checkedBox"end ifelse if check = "off" thenif the short name of this card is not in markedLC then exit makeAMarkset cursor to watchput markedLC into tempput empty into markedLCrepeat with x = 1 to the number of items in tempif the short name of this card is not in item x of temp thenput item x of temp & "," after markedLCend ifend repeatset the icon of bg button "cardMark" to "emptyBox"elseif the short name of this card is not in markedLC thenmakeAMark "on"elsemakeAMark "off"end ifend ifend makeAMark-- handler to display color PICT fileson colorPict whatFile,Xloc,Ylocget the loc of card windowput it into locTempput whatFile into pathTempDrawPict pathTemp,movieNoUpdate,movieNoClear,movieStage,¬movieLocation,(Xloc + item 1 of locTemp),(Yloc + item 2 of locTemp)end colorPict-- handler to play soundson playSound whatSND,whatCDglobal whatSoundif whatSound = "cd" thenset cursor to earput "Oct’90 Prod Trng:Macintosh LC:LC Movies:track" & ¬whatCD & ".dir" into talkiedirectorMovie talkieelseset cursor to earplay whatSNDrepeat until the sound is doneif the mouse is down thenplay stopexit to hyperCardend ifend repeatend ifend playSound-- handler to play Director movieson directorMovie whatFilePlayMovie whatFile,movieNoClear,movieNoUpdate,movieClickend directorMovie--—————————————————————————————————————————————————————————————————————-- palette & help handlers ——————————————————————————————————————————-- open the help stack to the appropriate cardon doStackHelp whatCardset cursor to busyget the loc of card windowput item 1 of it + 432 into xLocput item 2 of it + 248 into yLoclock screenpush cardset cursor to busygo to stack "ATS Help" in a new windowif whatCard ≠ empty then go card whatCardset cursor to busyset the loc of the card window to xLoc,yLocunlock screen with visual wipe up fastend doStackHelp-- open the glossary stack to the appropriate cardon doStackGlossary whatCardset cursor to busyget the loc of card windowput item 1 of it + 212 into xLocput item 2 of it + 225 into yLoclock screenpush cardset cursor to busygo to stack "ATS Glossary" in a new windowset cursor to busyif whatCard is not empty thenfind string whatCard in field "text"end ifset the loc of the card window to xLoc,yLocunlock screen with visual wipe up fastend doStackGlossary-- handler to show navigation paletteon showMenuif there is a window "mainMenu" thenclose window "mainMenu"elseif there is a window "markerMenu" then close window "markerMenu"if there is a window "printMenu" then close window "printMenu"palette "mainMenu","432,292"end ifend showMenu-- navigation handler for navigation paletteon menuNavigation whatCardpush cardplay stopvisual iris open fastgo card whatCardend menuNavigation-- handler to show marked cards paletteon showMarkerif there is a window "mainMenu" then close window "mainMenu"palette "markerMenu","432,352"end showMarker-- marked cards navigatoron goMark whichWayglobal markedLCif the number of items in markedLC = 0 thenanswer "There are currently no marked cards."exit goMarkend iflock screenset lockMessages to trueset lockRecent to trueset cursor to watchif whichWay = "next" thengo nextrepeat until the short name of this card is in markedLCif the short name of this card is in markedLC then exit repeatgo nextend repeatunlock screen with visual wipe left fastelse if whichWay = "prev" thengo prevrepeat until the short name of this card is in markedLCif the short name of this card is in markedLC then exit repeatgo prevend repeatunlock screen with visual wipe right fastend ifsend "openCard" to this cardend goMark-- handler to show printing paletteon showPrintingif there is a window "mainMenu" then close window "mainMenu"palette "printMenu","474,372"end showPrinting-- printing handleron doPrinting printWhatglobal markedLCif printWhat = "card" thendoMenu "Print Card"else if printWhat = "marks" thenif the number of items in markedLC = 0 thenanswer "There are currently no marked cards."exit doPrintingend ifopen printing with dialogrepeat with x = 1 to the number of items in markedLCgo card item x of markedLCprint cardend repeatclose printingelse if printWhat = "stack" thendoMenu "Print Stack..."end ifend doPrinting--—————————————————————————————————————————————————————————————————————-- intercept keyboard and menu handlers: ————————————————————————————-- redefine some menu commandson doMenu whatMenu--// Modified by Medior, Inc. 3/13/91global RPStackNameif whatMenu = "Help" thendoStackHelpelse if whatMenu = "Message" thenshowMenuelse if whatMenu is in "First Last Prev Next" thenanswer "Use the buttons at the bottom of the card or the arrow keys to navigate."-- else if whatMenu is in "Quit HyperCard Home Find... Print Report..." then-- exit to hyperCardelse if (","& whatMenu &",") is in ",Home,Quit HyperCard," and RPStackName is not "" thenset cursor to 4put RPStackName into sNrepeat until offset(":",sN) = 0delete char 1 to offset(":",sN) of sNend repeatdelete last char of sNanswer "This will return to "&sN&"." with "Cancel" or "OK"if it is "Cancel" then exit domenuset cursor to 4lock screengo RPStackNameunlock screen with dissolve fastexit domenuelse pass doMenuend doMenu-- same as clicking the arrow buttonson arrowKey whatKeyif whatKey = "Left" then click at 527,456if whatKey = "Right" then click at 567,456end arrowKey-- same as clicking the return buttonon returnKeyclick at 607,456end returnKey-- intercept enter keyon enterKeyend enterKey--—————————————————————————————————————————————————————————————————————-- end stack script —————————————————————————————————————————————————--—————————————————————————————————————————————————————————————————————</script>
<background id="2601" file="background_2601.xml" name="Product Intro" />
<background id="2884" file="background_2884.xml" name="Stack Map" />
<background id="5988" file="background_5988.xml" name="Introduction" />
<background id="7596" file="background_7596.xml" name="Questions" />
<background id="11136" file="background_11136.xml" name="Target Markets" />
<background id="14845" file="background_14845.xml" name="Technology" />
<background id="21076" file="background_21076.xml" name="Competition" />
<background id="27046" file="background_27046.xml" name="Evaluation" />
<background id="28996" file="background_28996.xml" name="Index" />
<background id="39449" file="background_39449.xml" name="Support" />
<card id="6268" file="card_6268.xml" marked="false" name="opening" owner="5988" />
<card id="3677" file="card_3677.xml" marked="true" name="Stack Map" owner="2884" />
<card id="5242" file="card_5242.xml" marked="false" name="Product Intro" owner="2601" />
<card id="19978" file="card_19978.xml" marked="false" name="Section Contents" owner="2601" />
<card id="4626" file="card_4626.xml" marked="false" name="Basic Description" owner="2601" />
<card id="9614" file="card_9614.xml" marked="false" name="16MHz 68020 Motorola processor" owner="2601" />
<card id="10092" file="card_10092.xml" marked="false" name="On-Board Color/Gray Video Support" owner="2601" />
<card id="10812" file="card_10812.xml" marked="false" name="512K VRAM SIMM" owner="2601" />
<card id="10341" file="card_10341.xml" marked="false" name="020 Processor Direct Slot" owner="2601" />
<card id="9914" file="card_9914.xml" marked="false" name="New Sound Input and Editing Features" owner="2601" />
<card id="2319" file="card_2319.xml" marked="false" name="New Sound Input and Editing Features" owner="2601" />
<card id="10534" file="card_10534.xml" marked="false" name="Optional Apple //e Card " owner="2601" />
<card id="4996" file="card_4996.xml" marked="false" name="SuperDrive" owner="2601" />
<card id="8736" file="card_8736.xml" marked="false" name="Macintosh Advantages" owner="2601" />
<card id="7952" file="card_7952.xml" marked="false" name="Macintosh Compatibility" owner="2601" />
<card id="9121" file="card_9121.xml" marked="false" name="What’s In the Box?" owner="2601" />
<card id="9428" file="card_9428.xml" marked="false" name="Configurations" owner="2601" />
<card id="25409" file="card_25409.xml" marked="false" name="Apple Monitors" owner="2601" />
<card id="31356" file="card_31356.xml" marked="false" name="RAM Expansion" owner="2601" />
<card id="35701" file="card_35701.xml" marked="false" name="020 Processor Direct Slot Cards" owner="2601" />
<card id="11443" file="card_11443.xml" marked="false" name="Target Markets" owner="11136" />
<card id="20478" file="card_20478.xml" marked="false" name="Section Contents" owner="11136" />
<card id="12502" file="card_12502.xml" marked="false" name="Primary and Secondary Education" owner="11136" />
<card id="12160" file="card_12160.xml" marked="false" name="Business and Government" owner="11136" />
<card id="14112" file="card_14112.xml" marked="false" name="Home" owner="11136" />
<card id="14969" file="card_14969.xml" marked="false" name="Technology" owner="14845" />
<card id="17206" file="card_17206.xml" marked="false" name="Section Contents" owner="14845" />
<card id="15493" file="card_15493.xml" marked="false" name="Introduction" owner="14845" />
<card id="15802" file="card_15802.xml" marked="false" name="68020 Main Processor" owner="14845" />
<card id="16293" file="card_16293.xml" marked="false" name="System RAM cache" owner="14845" />
<card id="31995" file="card_31995.xml" marked="false" name="RAM Expansion Options" owner="14845" />
<card id="32244" file="card_32244.xml" marked="false" name="ROM" owner="14845" />
<card id="32427" file="card_32427.xml" marked="false" name="Built-in Video Monitor Support" owner="14845" />
<card id="16503" file="card_16503.xml" marked="false" name="020 Processor Direct Slot Options" owner="14845" />
<card id="12579" file="card_12579.xml" marked="false" name="Sound Input" owner="14845" />
<card id="16991" file="card_16991.xml" marked="false" name="Sound Input" owner="14845" />
<card id="17686" file="card_17686.xml" marked="false" name="Sound Input" owner="14845" />
<card id="17965" file="card_17965.xml" marked="false" name="Sound Input — Sampling Rate" owner="14845" />
<card id="18368" file="card_18368.xml" marked="false" name="Sound Input — Compression" owner="14845" />
<card id="18478" file="card_18478.xml" marked="false" name="Sound Input — Compression" owner="14845" />
<card id="37613" file="card_37613.xml" marked="false" name="Sound Input — HyperAudio Sound Utility" owner="14845" />
<card id="18919" file="card_18919.xml" marked="false" name="Disk Drives" owner="14845" />
<card id="35976" file="card_35976.xml" marked="false" name="Disk Drives" owner="14845" />
<card id="38041" file="card_38041.xml" marked="false" name="Apple File Exchange" owner="14845" />
<card id="18963" file="card_18963.xml" marked="false" name="New Integrated Circuits" owner="14845" />
<card id="13927" file="card_13927.xml" marked="false" name="New Integrated Circuits —Egret, Combo" owner="14845" />
<card id="14454" file="card_14454.xml" marked="false" name="New Integrated Circuits —V8, DFAC" owner="14845" />
<card id="19298" file="card_19298.xml" marked="false" name="Macintosh Ports" owner="14845" />
<card id="37284" file="card_37284.xml" marked="false" name="Small Computer System Interface (SCSI)" owner="14845" />
<card id="37814" file="card_37814.xml" marked="false" name="Apple Desktop Bus (ADB)" owner="14845" />
<card id="38573" file="card_38573.xml" marked="false" name="Sound Output" owner="14845" />
<card id="16869" file="card_16869.xml" marked="false" name="Sound Input" owner="14845" />
<card id="38782" file="card_38782.xml" marked="false" name="Serial/Modem" owner="14845" />
<card id="41224" file="card_41224.xml" marked="false" name="Printer/Network" owner="14845" />
<card id="39122" file="card_39122.xml" marked="false" name="Video Output" owner="14845" />
<card id="19630" file="card_19630.xml" marked="false" name="Technical Specifications" owner="14845" />
<card id="36240" file="card_36240.xml" marked="false" name="Technical Specifications — Continued" owner="14845" />
<card id="12859" file="card_12859.xml" marked="false" name="Macintosh System Software" owner="14845" />
<card id="21325" file="card_21325.xml" marked="false" name="Competition" owner="21076" />
<card id="22027" file="card_22027.xml" marked="false" name="Section Contents" owner="21076" />
<card id="22936" file="card_22936.xml" marked="false" name="Performance " owner="21076" />
<card id="23168" file="card_23168.xml" marked="false" name="Video " owner="21076" />
<card id="23499" file="card_23499.xml" marked="false" name="Sound Capabilities " owner="21076" />
<card id="23619" file="card_23619.xml" marked="false" name="Expansion " owner="21076" />
<card id="23988" file="card_23988.xml" marked="false" name="Optional Apple //e Card " owner="21076" />
<card id="24165" file="card_24165.xml" marked="false" name="Networking" owner="21076" />
<card id="24547" file="card_24547.xml" marked="false" name="Applications " owner="21076" />
<card id="30834" file="card_30834.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="22751" file="card_22751.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="40779" file="card_40779.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="26712" file="card_26712.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="32684" file="card_32684.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="32772" file="card_32772.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="33265" file="card_33265.xml" marked="false" name="User Satisfaction " owner="21076" />
<card id="8420" file="card_8420.xml" marked="false" name="Questions" owner="7596" />
<card id="7743" file="card_7743.xml" marked="false" name="Section Contents" owner="7596" />
<card id="25113" file="card_25113.xml" marked="false" name="" owner="7596" />
<card id="28009" file="card_28009.xml" marked="false" name="" owner="7596" />
<card id="38385" file="card_38385.xml" marked="false" name="" owner="7596" />
<card id="40702" file="card_40702.xml" marked="false" name="" owner="7596" />
<card id="39254" file="card_39254.xml" marked="false" name="Support" owner="39449" />
<card id="40269" file="card_40269.xml" marked="false" name="Section Contents" owner="39449" />
<card id="43208" file="card_43208.xml" marked="false" name="Installing System RAM" owner="39449" />
<card id="43376" file="card_43376.xml" marked="false" name="Connecting a Monitor" owner="39449" />
<card id="43601" file="card_43601.xml" marked="false" name="Installing an 020 PDS Expansion Card" owner="39449" />
<card id="43943" file="card_43943.xml" marked="false" name="Connecting Sound Input Devices" owner="39449" />
<card id="27271" file="card_27271.xml" marked="false" name="Evaluation" owner="27046" />
<card id="20606" file="card_20606.xml" marked="false" name="Section Contents" owner="27046" />
<card id="48907" file="card_48907.xml" marked="false" name="Introduction" owner="27046" />
<card id="4159" file="card_4159.xml" marked="false" name="Product Features and Advantages #1" owner="27046" />
<card id="15981" file="card_15981.xml" marked="false" name="Product Features and Advantages #2" owner="27046" />
<card id="44748" file="card_44748.xml" marked="false" name="Product Features and Advantages #3" owner="27046" />
<card id="44323" file="card_44323.xml" marked="false" name="Product Features and Advantages #4" owner="27046" />
<card id="45017" file="card_45017.xml" marked="false" name="Product Features and Advantages #5" owner="27046" />
<card id="44049" file="card_44049.xml" marked="false" name="Product Features and Advantages #6" owner="27046" />
<card id="8479" file="card_8479.xml" marked="false" name="Product Features and Advantages #7" owner="27046" />
<card id="45166" file="card_45166.xml" marked="false" name="Product Features and Advantages #8" owner="27046" />
<card id="24766" file="card_24766.xml" marked="false" name="Product Features and Advantages #8" owner="27046" />
<card id="28348" file="card_28348.xml" marked="false" name="Technology #1" owner="27046" />
<card id="25006" file="card_25006.xml" marked="false" name="Technology #2" owner="27046" />
<card id="13150" file="card_13150.xml" marked="false" name="Technology #3" owner="27046" />
<card id="36626" file="card_36626.xml" marked="false" name="Technology #4" owner="27046" />
<card id="45486" file="card_45486.xml" marked="false" name="Technology #5" owner="27046" />
<card id="45734" file="card_45734.xml" marked="false" name="Technology #6" owner="27046" />
<card id="26330" file="card_26330.xml" marked="false" name="Target Markets and Competition #1" owner="27046" />
<card id="26454" file="card_26454.xml" marked="false" name="Target Markets and Competition #2" owner="27046" />
<card id="45910" file="card_45910.xml" marked="false" name="Target Markets and Competition #3" owner="27046" />
<card id="29335" file="card_29335.xml" marked="false" name="Index" owner="28996" />
<card id="34068" file="card_34068.xml" marked="true" name="A-B" owner="28996" />
<card id="49904" file="card_49904.xml" marked="true" name="A-B" owner="28996" />
<card id="50136" file="card_50136.xml" marked="true" name="A-B" owner="28996" />
<card id="50361" file="card_50361.xml" marked="true" name="A-B" owner="28996" />
<card id="52015" file="card_52015.xml" marked="true" name="A-B" owner="28996" />
<card id="29929" file="card_29929.xml" marked="false" name="About this Stack" owner="28996" />
</stack>